added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBWPF3DMultiTouch / My Project / AssemblyInfo.vb
blobc5afc70658e9b1fdbabb79e4fad767aa7609d070
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.InteropServices
4 Imports System.Globalization
5 Imports System.Resources
6 Imports System.Windows
8 ' General Information about an assembly is controlled through the following
9 ' set of attributes. Change these attribute values to modify the information
10 ' associated with an assembly.
12 ' Review the values of the assembly attributes
14 <Assembly: AssemblyTitle("VBWpf3DMultiTouch")>
15 <Assembly: AssemblyDescription("")>
16 <Assembly: AssemblyCompany("Microsoft")>
17 <Assembly: AssemblyProduct("VBWpf3DMultiTouch")>
18 <Assembly: AssemblyCopyright("Copyright @ Microsoft 2010")>
19 <Assembly: AssemblyTrademark("")>
20 <Assembly: ComVisible(false)>
22 'In order to begin building localizable applications, set
23 '<UICulture>CultureYouAreCodingWith</UICulture> in your .vbproj file
24 'inside a <PropertyGroup>. For example, if you are using US english
25 'in your source files, set the <UICulture> to "en-US". Then uncomment the
26 'NeutralResourceLanguage attribute below. Update the "en-US" in the line
27 'below to match the UICulture setting in the project file.
29 '<Assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)>
32 'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found.
33 '1st parameter: where theme specific resource dictionaries are located
34 '(used if a resource is not found in the page,
35 ' or application resource dictionaries)
37 '2nd parameter: where the generic resource dictionary is located
38 '(used if a resource is not found in the page,
39 'app, and any theme specific resource dictionaries)
40 <Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>
44 'The following GUID is for the ID of the typelib if this project is exposed to COM
45 <Assembly: Guid("9acabbbd-7f91-4ea0-aa86-fc8164df1521")>
47 ' Version information for an assembly consists of the following four values:
49 ' Major Version
50 ' Minor Version
51 ' Build Number
52 ' Revision
54 ' You can specify all the values or you can default the Build and Revision Numbers
55 ' by using the '*' as shown below:
56 ' <Assembly: AssemblyVersion("1.0.*")>
58 <Assembly: AssemblyVersion("1.0.0.0")>
59 <Assembly: AssemblyFileVersion("1.0.0.0")>